Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Aiken Language #6991

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Add Aiken Language #6991

wants to merge 6 commits into from

Conversation

rvcas
Copy link

@rvcas rvcas commented Aug 12, 2024

supersedes #6520

Description

There was an attempt before to add this language but we decided that it's best to wait until the grammars stabilized. We have reached that point and a general availability release is imminent, so we felt it was appropriate to revisit this with a fresh pull request in favor of the one linked above.

It seems we have reached the appropriate thresholds and there are many repositories with Aiken source code. Untyped Plutus Core is the target lambda calculus that Aiken compiles to. The Aiken vscode extension packages a grammar for Untyped Plutus Core as well so it should already be included by including the Aiken grammar. Although Untyped Plutus Core isn't normally written by hand, it's highly human readable and seems to also be present in a substantial number of repositories. I've included Untyped Plutus Core within this pull request as a matter of convenience but if it's a no-go, then I can make the necessary adjustments.

Aiken is a fast growing smart contract programming language that targets the virtual machine inside of the Cardano network. It has become the de-facto standard for developing smart contracts on Cardano.

Checklist:

  • I am adding a new language.
    • The extension of the new language is used in hundreds of repositories on GitHub.com.
      • Search results for each extension:
    • I have included a real-world usage sample for all extensions added in this PR:
    • I have included a syntax highlighting grammar: https://github.com/aiken-lang/vscode-aiken
    • I have added a color
      • .ak
        • Hex value: #640ff8
        • Rationale: picker used to extract a color from a random position on the logo
      • .uplc
        • Hex value: #36adbd
        • Rationale: picker used to extract a color from the center of the logo
    • I have updated the heuristics to distinguish my language from others using the same extension.

@rvcas rvcas changed the title Add Aiken Language Latest Add Aiken Language Aug 12, 2024
@rvcas rvcas marked this pull request as ready for review August 12, 2024 21:22
@rvcas rvcas requested a review from a team as a code owner August 12, 2024 21:22
Copy link
Member

@lildude lildude left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops. Looks like your editor has changed indentation on the languages.yml file making it incredibly hard to review. Please reverse these changes.

Several of your samples are too big too. If the diff suppresses them, they're too big. Please replace these.

@rvcas
Copy link
Author

rvcas commented Aug 13, 2024

@lildude oh whoops, sorry about that. Total accident. Will fix

@rvcas rvcas requested a review from lildude August 13, 2024 17:44
Copy link
Member

@lildude lildude left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linguist only accepts TextMate compatible grammars. This is mentioned a little further down in the CONTRIBUTING.md file. You should have encountered an error when attempting to add the grammar using the script/add-grammar script which should have alerted you to there being problems with the grammar repo.

The lines in script/list-grammars are for grammars maintained directly in the highlighting engine completely independently of Linguist. Only GitHub staff know which grammars these are which is why this list exists.

There is currently no way to submit tree-sitter grammars.

Please replace the grammar with a TextMate-compatible grammar.

@lildude lildude changed the title Latest Add Aiken Language Add Aiken Language Aug 14, 2024
@rvcas
Copy link
Author

rvcas commented Aug 14, 2024

@lildude I have added text mate grammars from the VSCode extension. I simply also added a link to the tree-sitter one that we ALSO have cause I saw that list there. But the thing linked as a sub module is indeed a textmate grammar.

I can simply just remove the link from that list. It's not linked as a submodule.

@rvcas rvcas requested a review from lildude August 14, 2024 12:46
@KtorZ
Copy link

KtorZ commented Aug 15, 2024

Note: Aiken seems to be a quite popular name in some part of the world, and it's apparently also a file format for writing quizzes (!). For these reasons, I usually prefer the following query which is more strict for filtering out actual Aiken projects.

I went ahead and checked results found from Github to ensure we are above the 200 threshold mentioned in the CONTRIBUTING.md. I discarded repositories that were empty or had actually no Aiken (.ak) files in them, but were only mentioning Aiken.

See final list

The final list arrives just above the threshold at 212!


@lildude This PR is also adding support for the .uplc format which is commonly used around Aiken projects, but far less popular (in the sense that it is rarely committed and pushed on repositories, so likely much below the required threshold for popularity). Shall we split it out of this PR; and come back later once there's a higher need for it?

@lildude
Copy link
Member

lildude commented Aug 15, 2024

I went ahead and checked results found from Github to ensure we are above the 200 threshold mentioned in the CONTRIBUTING.md.

See #5756

This PR is also adding support for the .uplc format which is commonly used around Aiken projects, but far less popular (in the sense that it is rarely committed and pushed on repositories, so likely much below the required threshold for popularity). Shall we split it out of this PR; and come back later once there's a higher need for it?

If this is less likely to reach the usage requirements, then yes, remove it from this PR and add later when it does meet requirements.

@KtorZ
Copy link

KtorZ commented Aug 15, 2024

@lildude: See #5756

Ho! Didn't see that. So I take it that this is deemed not popular enough due to the lack of files per extension. I crunched the number through the GitHub search API, and I arrive at a grand total of 1605 files which seems indeed insufficient 😞. I suppose we'll have to encourage people to share a bit more of their code in open source.

See data
repository count
https://github.com/0eau/elude 5
https://github.com/ADAOcommunity/cardano-vesting-dApp 6
https://github.com/Achyut770/AikenSupplyChain 2
https://github.com/AdaSouls/Cardano-Soulbound 4
https://github.com/AgustinBadi/aiken-merkle-tree 1
https://github.com/Ali-Hill/blueprint-experiments 18
https://github.com/Anastasia-Labs/aiken-design-patterns 17
https://github.com/Anastasia-Labs/aiken-linked-list 6
https://github.com/Anastasia-Labs/aiken-merkle-tree 2
https://github.com/Anastasia-Labs/aiken-trie 5
https://github.com/AngeYobo/htlc-contract-aiken 1
https://github.com/Astodialo/unLearn 4
https://github.com/Banele78/hello-world-aiken 1
https://github.com/Cardano-Fans/acca 36
https://github.com/Charli3-Official/oracle-integration-aiken 1
https://github.com/Cornucopias/mint-contract 4
https://github.com/CryptoSnowPrince/aiken_hello_world 1
https://github.com/CryptoSnowPrince/aiken_vesting 1
https://github.com/Danogo2023/bond-dex 19
https://github.com/Danogo2023/bond-issue 28
https://github.com/Danogo2023/daken 39
https://github.com/Deadairx/aiken-hello-world 1
https://github.com/Eibbie/hello-world-aiken 1
https://github.com/ErickRomeroDev/aiken-example-node 1
https://github.com/EzePze/automatic-octo-palm-tree 2
https://github.com/FaizanShaikh-3033/Aiken 4
https://github.com/Halalend/protocol-analysis 5
https://github.com/HeptaSean/aiken-trivial 1
https://github.com/Jidooochan/aiken-hello-world 1
https://github.com/Jidooochan/aiken-vesting 1
https://github.com/KtorZ/aiken-fuzz 11
https://github.com/MeshJS/aiken-next-ts-template 1
https://github.com/MeshJS/mesh 13
https://github.com/MeshJS/mesh-pbl-student-library 1
https://github.com/Modulo-P/Cardano-Semaphore 21
https://github.com/Modulo-P/ak-128 1
https://github.com/Modulo-P/ak-381 1
https://github.com/Modulo-P/hydra-node-plutusv3 1
https://github.com/Modulo-P/zk-mastermind-aiken 4
https://github.com/MynthAI/cnt-burn 12
https://github.com/MynthAI/mint-chocolate-chip 1
https://github.com/MynthAI/myusd 7
https://github.com/NicholasMaselli/SimpleCardanoContract 5
https://github.com/NoumenaDigital/carbon-accounting 0
https://github.com/OpShin/pyaiken 0
https://github.com/OptimFinance/clean-code 16
https://github.com/PaimaStudios/paima-engine 11
https://github.com/PaimaStudios/projected-nft-whirlpool 1
https://github.com/Piefayth/aiken-blog-1-code 4
https://github.com/Piefayth/aiken-ide 0
https://github.com/Sebpereira33/CoffeeDAO 1
https://github.com/SilV-1951742/MP_aiken 2
https://github.com/SundaeSwap-finance/aicone 2
https://github.com/SundaeSwap-finance/checkpoint-demo 1
https://github.com/SundaeSwap-finance/cosponsor 1
https://github.com/SundaeSwap-finance/merkle-patricia-forustry 0
https://github.com/SundaeSwap-finance/mint-chocolate-chip 1
https://github.com/TienTung2501/Aiken-Document 0
https://github.com/TienTung2501/Aiken-Learn 4
https://github.com/TienTung2501/Aiken-MintNFT 1
https://github.com/Vortecsmaster/Aiken_Auction 2
https://github.com/Vortecsmaster/EA_AikenExamples 8
https://github.com/WinChitiphat/aiken-vesting 1
https://github.com/aadafinance/aada_v1_aiken 8
https://github.com/actions-marketplace-validations/aiken-lang_setup-aiken 0
https://github.com/adacapital/ak-hellow-world 1
https://github.com/adalicious/aiken-gift-card 1
https://github.com/adrian052/cardano-betting-system 4
https://github.com/adrian052/examples-aiken 6
https://github.com/aiken-extra/auxlib 4
https://github.com/aiken-extra/string_util 5
https://github.com/aiken-extra/time_util 11
https://github.com/aiken-extra/tx_util 1
https://github.com/aiken-lang/aiken 147
https://github.com/aiken-lang/aiken-mode 0
https://github.com/aiken-lang/aikup 0
https://github.com/aiken-lang/auplc 7
https://github.com/aiken-lang/awesome-aiken 0
https://github.com/aiken-lang/branding 0
https://github.com/aiken-lang/editor-integration-nvim 0
https://github.com/aiken-lang/fuzz 2
https://github.com/aiken-lang/homebrew-tap 0
https://github.com/aiken-lang/marlowe 2
https://github.com/aiken-lang/merkle-patricia-forestry 6
https://github.com/aiken-lang/play 0
https://github.com/aiken-lang/prelude 2
https://github.com/aiken-lang/setup-aiken 0
https://github.com/aiken-lang/site 0
https://github.com/aiken-lang/stdlib 17
https://github.com/aiken-lang/tree-sitter-aiken 0
https://github.com/aiken-lang/trees 2
https://github.com/aiken-lang/vscode-aiken 0
https://github.com/aiken-lang/zed-aiken 0
https://github.com/aleksey-makarov/aiken-auction 1
https://github.com/anhoangphuc/aiken_lang-gift_card 1
https://github.com/antibody-cardano/singly-satisfiable 4
https://github.com/ariady-putra/lock_unlock 0
https://github.com/ariady-putra/morbid 7
https://github.com/ariady-putra/more_aiken_examples 9
https://github.com/ariady-putra/stakable_aiken 5
https://github.com/ariady-putra/world 12
https://github.com/ava-orange-education/Ultimate-Cardano-Smart-Contracts 8
https://github.com/bWorksApp/aiken-hello-world 1
https://github.com/bWorksApp/paas-aiken-contracts 120
https://github.com/bloxbean/aiken-java-binding 0
https://github.com/bloxbean/aiken-jna-wrapper 0
https://github.com/bmoore117/aiken-dates 1
https://github.com/bsovdat/aiken-smart-contracts 19
https://github.com/buixuandinh711/aiken-to-lucid 0
https://github.com/buixuandinh711/cardano_counter 1
https://github.com/cardano-foundation/aiken-lucid-yaci-dev-kit-starter-kit 1
https://github.com/cardano-foundation/cardano-ibc-incubator 142
https://github.com/cardano-foundation/cf-cardano-ballot 1
https://github.com/cardano-foundation/merkle-tree-java 2
https://github.com/cardano-miners/fortuna 15
https://github.com/cardano-scaling/aiken-doom 8
https://github.com/carlos53093/Aiken_NFT 1
https://github.com/cdev-meetup/hello_aiken 3
https://github.com/coinecta/staking-contracts 7
https://github.com/deltadefi-protocol/hft-aiken-prototype 28
https://github.com/encryptedcoins/encoins-core-aiken 3
https://github.com/ernest404/hello-world-aiken 1
https://github.com/fabianbormann/aiken-payment-splitter 1
https://github.com/fallen-icarus/cardano-aftermarket 7
https://github.com/fallen-icarus/cardano-loans 13
https://github.com/fallen-icarus/cardano-swaps 8
https://github.com/free-honey/naumachia 9
https://github.com/gclaramunt/AikenExploration 1
https://github.com/gimbalabs/ppbl-2024-aiken-examples 6
https://github.com/golddydev/aiken-gift-card 1
https://github.com/golddydev/aiken-tutorial 2
https://github.com/hammadzubair/Auction-dApp 2
https://github.com/hammadzubair/Cardano-Aiken 2
https://github.com/ilap/bls 6
https://github.com/independenceee/aiken-tutorial 15
https://github.com/independenceee/cip68 0
https://github.com/independenceee/demarket 4
https://github.com/iog-edu-argentina-2024/cardano-dev-2024 28
https://github.com/jackchuong/test-smart-contract-aiken 0
https://github.com/jpg-store/contracts-v3 4
https://github.com/kayvank/rust-aiken-flake 0
https://github.com/ken-underscore/cardano_loans_aiken 1
https://github.com/keyan-m/cardano-recorded-mint 1
https://github.com/krszktc/aiken 1
https://github.com/lenfiLabs/lenfi-smart-contracts 22
https://github.com/levietcuong2602/aiken-tutorials 1
https://github.com/linconvidal/vesting_pycardano 1
https://github.com/logicalmechanism/aiken-order-book 16
https://github.com/logicalmechanism/assist 22
https://github.com/logicalmechanism/bundle-sale 13
https://github.com/logicalmechanism/distributed_representation 9
https://github.com/logicalmechanism/tx_simulation 5
https://github.com/mach-diamond/token-metadata-validator 10
https://github.com/marlowe-contrib/marlowe-oracle-service 12
https://github.com/mathiramilo/aiken-hello-world-lucid 1
https://github.com/micahkendall/distributed-set 4
https://github.com/micdurodola/aiken-cardano-typescript 1
https://github.com/ngocht-ibl/aiken-hello-world 1
https://github.com/ngocht-ibl/aiken-vesting 1
https://github.com/nhatcaoo/aiken-learn 1
https://github.com/nikhils9/aiken-mesh-examples 3
https://github.com/nikhils9/cip68-nfts 4
https://github.com/nikhils9/rewards-distribution 2
https://github.com/not-known-person/Aiken-Scripts 1
https://github.com/orcfax/orcfax-aiken 6
https://github.com/perturbing/mod-exp-bench 0
https://github.com/pgrange/aiken_backtrace 1
https://github.com/projectNEWM/contracts 16
https://github.com/projectNEWM/newm-aipoph 19
https://github.com/projectNEWM/newm-minter 9
https://github.com/realdecimalist/aiken-contracts 3
https://github.com/reeshavacharya/multisig-aiken 8
https://github.com/renanvalentin/cardano-gift-card 2
https://github.com/rhystmorgan/mesh 1
https://github.com/rhystmorgan/okapi-aiken 20
https://github.com/rhystmorgan/raiders-contracts 2
https://github.com/rober-m/ppp-contracts-in-aiken 13
https://github.com/scarmuega/aiken-cli-hello-world 1
https://github.com/scisamir/aiken-lang 1
https://github.com/sergi10/aiken-argentina-2024 1
https://github.com/sidan-lab/aiken-content-ownership 24
https://github.com/sidan-lab/aiken-example 2
https://github.com/sidan-lab/aiken-game-account 19
https://github.com/sidan-lab/aiken-pbl-hk-student-examples 27
https://github.com/sidan-lab/aiken-poker-game 1
https://github.com/sidan-lab/mesh-lower-level-api-demo 2
https://github.com/sidan-lab/vodka 33
https://github.com/sma11world/DomSwap 3
https://github.com/solidsnakedev/aiken-template 0
https://github.com/sonson0910/Aiken-Tutorial 27
https://github.com/sonson0910/Demarket-Contract 4
https://github.com/spacebudz/nebula 7
https://github.com/spacebudz/tokens 17
https://github.com/strike-finance/options-smart-contracts 3
https://github.com/surajsingla333/mynth-assignment 1
https://github.com/t0anh/aiken-stringify 3
https://github.com/thuannguyen2010/aiken-debug 2
https://github.com/trwa/cardamove 33
https://github.com/vacuumlabs/cardano-ctf 31
https://github.com/waalge/aiken-bench-comp 6
https://github.com/waalge/aiken-fail-example 8
https://github.com/waalge/aiken-play 0
https://github.com/waalge/aiken-test-params 4
https://github.com/waalge/aiken-tests 4
https://github.com/waalge/hello-aiken 1
https://github.com/waalge/plutus-data 1
https://github.com/wattsmainsanglais/hello-world 1
https://github.com/wisconic/learning-aiken 2
https://github.com/wowica/jungle_vault 3
https://github.com/zenGate-Global/winter-cardano-contracts 4
https://github.com/zing-rsa/aiken-playground 7
--- ---
total 1605

@lildude: If this is less likely to reach the usage requirements, then yes, remove it from this PR and add later when it does meet requirements.

It is indeed. The .uplc is a compilation target which turns out to be a typed lambda calculus for which there's a textual syntax. But given that it really is a compilation target, it's not meant to be written by humans. Let's revisit this addition to later @rvcas to not needlessly block the PR for Aiken.

@rvcas
Copy link
Author

rvcas commented Aug 15, 2024

No problem. Let's wait and see. We're pretty close for both I believe. It'll be time soon. I'll keep this in sync with master in the meantime.

@lildude lildude dismissed their stale review August 29, 2024 14:10

Changes applied. Pending popularity now.

@KtorZ
Copy link

KtorZ commented Jan 7, 2025

Hello @lildude and happy new year!

I crunched the latest data on this one and ended with 3811 files across 325 projects (from 181 distinct organisations/users), excluding the main compiler's repository which contains various examples and test cases.

See projects list
repository count
https://github.com/ADAO-Summon/forum-core-aiken 13
https://github.com/ADAO-Summon/v3 2
https://github.com/ADAOcommunity/AgoraExpansion 4
https://github.com/ADAOcommunity/cardano-vesting-dApp 6
https://github.com/ADAOcommunity/fracada-dapp 4
https://github.com/AdaHold/preview-testnet 5
https://github.com/AdaSouls/Cardano-Soulbound 4
https://github.com/Ali-Hill/blueprint-experiments 18
https://github.com/AnAi1445/Advanced-NFT--Marketplace 10
https://github.com/AnAi1445/Aiken-Lang-Experimental-Smart-Contracts-and-validators 237
https://github.com/AnAi1445/Aiken-Lang-Experimental-Smart-Contracts-and-validators-with-proof 237
https://github.com/AnAi1445/Aiken-Lang-Experimental-Smart-Contracts-and-validators-with-proof-main-main 214
https://github.com/Anastasia-Labs/aiken-design-patterns 21
https://github.com/Anastasia-Labs/aiken-linked-list 6
https://github.com/Anastasia-Labs/aiken-merkle-tree 2
https://github.com/Anastasia-Labs/aiken-upgradable-multisig 6
https://github.com/Anastasia-Labs/lucid-evolution 6
https://github.com/Anastasia-Labs/payment-subscription 15
https://github.com/Astodialo/unLearn 4
https://github.com/Benja272/e2e-dapp 4
https://github.com/Cardano-Developer-Community-MCU/minihackathon-example-2 1
https://github.com/Cardano-Fans/acca 36
https://github.com/CardanoSolutions/zhuli 10
https://github.com/Charli3-Official/oracle-integration-aiken 1
https://github.com/ClecknerT/cardano_nft_web_app 1
https://github.com/Cornucopias/mint-contract 4
https://github.com/Cryptonean/Aiken 4
https://github.com/Cryptonean/Learn_AIken 26
https://github.com/Danogo2023/bond-dex 19
https://github.com/Danogo2023/bond-issue 28
https://github.com/Danogo2023/daken 24
https://github.com/DripDropz/perma-lock 2
https://github.com/EA-Emurgo-Labs/elabs-ccf-loans 103
https://github.com/ErickRomeroDev/aiken-example-node 1
https://github.com/Exkaleburx/kobicoin 22
https://github.com/FluidTokens/fn-bafin-cardano-sc 21
https://github.com/FluidTokens/ft-cardano-aquarium-sc 32
https://github.com/FluidTokens/ft-cardano-btc-eth-accounts 4
https://github.com/Ghost-Capital/lendex-catalyst 1
https://github.com/Halalend/protocol-analysis 5
https://github.com/HelixLabsDev/eigenfi-vault-cardano-v2 1
https://github.com/HeptaSean/aiken-trivial 1
https://github.com/JamOnBread/contract 9
https://github.com/Kammerlo/cardano-typescript-blueprint-generator 1
https://github.com/KonmaORG/Karbon-Ledger 7
https://github.com/KubeEcosystem/kubecoinContracts 11
https://github.com/KubeEcosystem/smart-contract-kube 11
https://github.com/LoveLess1212/ChoreoBpmnAiken 4
https://github.com/MAYZGitHub/mayz-otc 5
https://github.com/MartinSchere/cardano-dapp-template 2
https://github.com/Mavis2103/aiken-stringify 3
https://github.com/MedicRec/MedicRec 40
https://github.com/MeshJS/aiken-next-ts-template 1
https://github.com/MeshJS/examples 3
https://github.com/MeshJS/mesh 42
https://github.com/MeshJS/mesh-aiken-template 3
https://github.com/MeshJS/mesh-pbl-student-library 1
https://github.com/MicroProofs/Bullet 19
https://github.com/MicroProofs/inverse-whirlpool 8
https://github.com/Modulo-P/Cardano-Semaphore 38
https://github.com/Modulo-P/ak-381 1
https://github.com/Modulo-P/hydra-node-plutusv3 1
https://github.com/MynthAI/account 11
https://github.com/MynthAI/cnt-burn 12
https://github.com/MynthAI/data-tokens 1
https://github.com/MynthAI/mint-chocolate-chip 2
https://github.com/MynthAI/myusd 7
https://github.com/OpenBankProject/TEuro 1
https://github.com/OptimFinance/clean-code 16
https://github.com/PaimaStudios/paima-engine 11
https://github.com/PaimaStudios/projected-nft-whirlpool 1
https://github.com/PhuongNguyen1201/learn_aiken_course 20
https://github.com/Piefayth/aiken-blog-1-code 4
https://github.com/Piefayth/tunapond_contracts 2
https://github.com/Pip3queak/session07activities 1
https://github.com/Plutusart2024/Aiken-development-process-code-snippets 118
https://github.com/SAIB-Inc/Swyp.Validators 0
https://github.com/SamDelaney/CIP_102_Reference 7
https://github.com/Sebpereira33/CoffeeDAO 1
https://github.com/SundaeSwap-finance/aicone 1
https://github.com/SundaeSwap-finance/checkpoint-demo 1
https://github.com/SundaeSwap-finance/cosponsor 1
https://github.com/SundaeSwap-finance/fee-manager 1
https://github.com/SundaeSwap-finance/mint-chocolate-chip 1
https://github.com/SundaeSwap-finance/sundae-contracts 33
https://github.com/SupernaviX/aiken-fibonacci 1
https://github.com/Surabaya-Blockchain-Alliance/Bakcend-Surabaya-Blockchain-Aliance 2
https://github.com/TALENDRO/Talendro 19
https://github.com/TokeoPay/vesting 1
https://github.com/TranHuyHiep/EHR 2
https://github.com/Trivolve-Tech/rwa-lending 1
https://github.com/Vortecsmaster/Aiken_Auction 3
https://github.com/Vortecsmaster/EA_AikenExamples 8
https://github.com/Vortecsmaster/EA_BuidlNOW_Aiken 26
https://github.com/Vortecsmaster/EA_BuidlNOW_Crowdfunding 6
https://github.com/WingRiders/v1-to-v2-migration-contracts 2
https://github.com/aadafinance/aada_v1_aiken 8
https://github.com/adalicious/aiken-gift-card 1
https://github.com/adrian052/cardano-betting-system 4
https://github.com/adrian052/examples-aiken 6
https://github.com/aiken-extra/auxlib 4
https://github.com/aiken-extra/time_util 13
https://github.com/aiken-extra/tx_util 6
https://github.com/aiken-lang/fuzz 2
https://github.com/aiken-lang/marlowe 2
https://github.com/aiken-lang/merkle-patricia-forestry 6
https://github.com/aiken-lang/prelude 2
https://github.com/aiken-lang/sparse-merkle-tree 4
https://github.com/aiken-lang/staking 2
https://github.com/aiken-lang/stdlib 29
https://github.com/aiken-lang/trees 2
https://github.com/aleksey-makarov/aiken-auction 1
https://github.com/andrmantz/cardano-grades 7
https://github.com/antibody-cardano/singly-satisfiable 4
https://github.com/apea-aiken-batch-1/aiken_piping_backpassing 3
https://github.com/apea-aiken-batch-1/crowdfunding_a 5
https://github.com/apea-aiken-batch-1/crowdfunding_b 10
https://github.com/ariady-putra-emurgo/aiken_check_exercise 5
https://github.com/ariady-putra-emurgo/aiken_check_showcase 5
https://github.com/ariady-putra-emurgo/aiken_const_answers 2
https://github.com/ariady-putra-emurgo/aiken_const_exercise 1
https://github.com/ariady-putra-emurgo/aiken_const_showcase 5
https://github.com/ariady-putra-emurgo/aiken_control_answer 1
https://github.com/ariady-putra-emurgo/aiken_control_flow 2
https://github.com/ariady-putra-emurgo/aiken_custom_types 4
https://github.com/ariady-putra-emurgo/aiken_custom_types_exercise 1
https://github.com/ariady-putra-emurgo/aiken_fn_answers 2
https://github.com/ariady-putra-emurgo/aiken_fn_exercise 2
https://github.com/ariady-putra-emurgo/aiken_fn_showcase 7
https://github.com/ariady-putra-emurgo/aiken_minting_answer 3
https://github.com/ariady-putra-emurgo/aiken_minting_exercise 3
https://github.com/ariady-putra-emurgo/aiken_minting_validator 3
https://github.com/ariady-putra-emurgo/aiken_primitive_exercise 1
https://github.com/ariady-putra-emurgo/aiken_primitive_types 1
https://github.com/ariady-putra-emurgo/aiken_spending_answer 4
https://github.com/ariady-putra-emurgo/aiken_spending_exercise 4
https://github.com/ariady-putra-emurgo/aiken_spending_validator 4
https://github.com/ariady-putra-emurgo/aiken_staking_answer 1
https://github.com/ariady-putra-emurgo/aiken_staking_exercise 1
https://github.com/ariady-putra-emurgo/aiken_staking_validator 3
https://github.com/ariady-putra/lock_unlock 6
https://github.com/ariady-putra/morbid 7
https://github.com/ariady-putra/world 12
https://github.com/ava-orange-education/Ultimate-Cardano-Smart-Contracts 8
https://github.com/avi69night/aiken-lang-fuzz 2
https://github.com/avi69night/aiken-lang-smart-contract-Code-snippets 155
https://github.com/bWorksApp/paas-aiken-contracts 121
https://github.com/birdmanmandbir/aiken_learn_dec_24 1
https://github.com/bloxbean/intelliada 0
https://github.com/bodega-market/bodega-market-smart-contracts 6
https://github.com/bodega-market/bodega-market-smart-contracts-v2 15
https://github.com/bsovdat/aiken-smart-contracts 19
https://github.com/butaneprotocol/blaze-cardano 2
https://github.com/butaneprotocol/butane-contracts 18
https://github.com/butaneprotocol/ourovoting 2
https://github.com/butaneprotocol/technical-mvp 4
https://github.com/butaneprotocol/token-launch 22
https://github.com/bytewizard42i/Aiken_project_CoinToCare 5
https://github.com/bytewizard42i/aiken_learn 1
https://github.com/callylab520/aikentest 1
https://github.com/cardano-foundation/aiken-lucid-yaci-dev-kit-starter-kit 1
https://github.com/cardano-foundation/cardano-ibc-incubator 139
https://github.com/cardano-foundation/cf-cardano-ballot 1
https://github.com/cardano-foundation/hydra-voting-poc 7
https://github.com/cardano-foundation/merkle-tree-java 2
https://github.com/cardano-lightning/cardano-lightning 10
https://github.com/cardano-miners/fortuna 15
https://github.com/cardano-scaling/aiken-doom 3
https://github.com/cardano-scaling/hydra 4
https://github.com/cardano2vn/cip68generator 4
https://github.com/cardanocasinovip/Cardano-Casino-Smart-Contracts 2
https://github.com/catalyst-cardano/smartcontract-automation-testing-framework 1
https://github.com/cauu/cardano-lucid-playground 50
https://github.com/cdev-meetup/hello_aiken 3
https://github.com/coinecta/staking-contracts 7
https://github.com/coinecta/vesting-contracts 10
https://github.com/danny33Boy/cypress-aiken 1
https://github.com/deltadefi-protocol/aiken-virtual-dex 22
https://github.com/democracyonchain/asuncion-blockchain 31
https://github.com/dipanshuhappy/redapps 1
https://github.com/easy1staking-com/cardano-recurring-payment 6
https://github.com/elRaulito/cip69-account 1
https://github.com/elRaulito/sebastianVault 1
https://github.com/elm-cardano/elm-cardano 4
https://github.com/encryptedcoins/encoins-core-aiken 3
https://github.com/fabianbormann/aiken-payment-splitter 1
https://github.com/fallen-icarus/cardano-aftermarket 12
https://github.com/fallen-icarus/cardano-loans 13
https://github.com/fallen-icarus/cardano-options 8
https://github.com/fallen-icarus/cardano-swaps 8
https://github.com/free-honey/naumachia 9
https://github.com/furyXsol/Cardano-UI 17
https://github.com/gaganyaan2/cardano-example 2
https://github.com/geniusyield/atlas 1
https://github.com/gimbalabs/aiken-pbl-examples 28
https://github.com/gimbalabs/ppbl-2024-aiken-examples 6
https://github.com/githoney-io/githoney-smart-contract 16
https://github.com/golddydev/mynth-test 3
https://github.com/hammadzubair/Auction-Blockchain-DApp 18
https://github.com/iburzynski/jambhalaiken 7
https://github.com/ikigai-github/mintun-contracts 16
https://github.com/ilap/adatag 20
https://github.com/ilap/bls 6
https://github.com/independenceee/aiken-tutorial 15
https://github.com/independenceee/cip68 5
https://github.com/independenceee/cip68generator 4
https://github.com/independenceee/demarket 4
https://github.com/iog-edu-argentina-2024/cardano-dev-2024 28
https://github.com/iog-edu-kenya-2024/cardano-dev-2024 0
https://github.com/iupiew/aiken-hw 1
https://github.com/iupiew/cardano-aiken-gift-card 18
https://github.com/jeluard/hello-aiken 1
https://github.com/jmagan/aiken-bilinear-accumulator 4
https://github.com/jpg-store/contracts-v3 4
https://github.com/kaito2001/aiken-mint 1
https://github.com/keyan-m/aiken-scott-utils 3
https://github.com/keyan-m/cardano-account 6
https://github.com/keyan-m/cardano-recorded-mint 2
https://github.com/krszktc/aiken 1
https://github.com/lenfiLabs/lenfi-smart-contracts 22
https://github.com/leo42/BroClanWallet 8
https://github.com/leobel/janus-wallet 1
https://github.com/levietcuong2602/aiken-tutorials 1
https://github.com/linconvidal/vesting_pycardano 1
https://github.com/logical-mechanism/Assist 20
https://github.com/logical-mechanism/Range-Proof 5
https://github.com/logical-mechanism/Seedelf-Wallet 6
https://github.com/logical-mechanism/Tx-Simulation 5
https://github.com/logical-mechanism/dRep 2
https://github.com/logicalmechanism/aiken-order-book 16
https://github.com/logicalmechanism/cogno_v2 11
https://github.com/logicalmechanism/convert-expression 15
https://github.com/logicalmechanism/distributed_representation 9
https://github.com/longdevbf/Aiken-Tutorial 1
https://github.com/longdevbf/test 1
https://github.com/marlowe-contrib/marlowe-oracle-service 12
https://github.com/masapasa/kaso 7
https://github.com/mathiramilo/aiken-hello-world-lucid 1
https://github.com/mgpai22/tuna-cuda-miner 3
https://github.com/micahkendall/distributed-set 4
https://github.com/micahkendall/mono 1
https://github.com/miksax/ncs 19
https://github.com/minswap/cip-68-nft-management 1
https://github.com/minswap/minswap-dex-v2 11
https://github.com/minswap/minswap-lbe-v2 14
https://github.com/minswap/minswap-stableswap 6
https://github.com/mlabs-haskell/bet-ref-aiken 2
https://github.com/mlabs-haskell/godot-cardano 1
https://github.com/mlabs-haskell/uplc-benchmark 4
https://github.com/mpizenberg/cardano_dex_poc 7
https://github.com/mrsargent/Treeconomy 8
https://github.com/nftmakerio/masumi-payment-service 2
https://github.com/ngocht-ibl/gift-card 1
https://github.com/nhatlapross/funfit 33
https://github.com/nikhils9/aiken-mesh-examples 3
https://github.com/nikhils9/cip68-nfts 4
https://github.com/nikhils9/rewards-distribution 2
https://github.com/nova-finance/nova-finance-v2-smart-contracts 5
https://github.com/orcfax/orcfax-aiken 6
https://github.com/oscar1223/cardano 11
https://github.com/pairfy/marketplace 1
https://github.com/perturbing/plutus-accumulator 4
https://github.com/pgrange/aiken_backtrace 1
https://github.com/pgrange/chess_on_cardano 4
https://github.com/projectNEWM/newm-aipoph 19
https://github.com/projectNEWM/newm-market 19
https://github.com/projectNEWM/newm-minter 9
https://github.com/rawvie-ngit/mesh-contract 13
https://github.com/rhystmorgan/aiken-course 13
https://github.com/rhystmorgan/mesh 1
https://github.com/rhystmorgan/multisig 10
https://github.com/rhystmorgan/okapi-aiken 43
https://github.com/rhystmorgan/program 4
https://github.com/rhystmorgan/raiders-contracts 2
https://github.com/rhystmorgan/soundrig 2
https://github.com/rjlacanlaled/dotnet-offchain-poc 1
https://github.com/rjlacanlaled/merkle-patricia-forestry 3
https://github.com/rober-m/ppp-contracts-in-aiken 25
https://github.com/rober-m/reproduce-no-traces-blockfrost 1
https://github.com/rodrigomd94/arcanum-onchain 4
https://github.com/satran004/lucid-devkit-demo 1
https://github.com/scisamir/aiken-excersises 2
https://github.com/scisamir/dapp-exchange 1
https://github.com/scisamir/fractionalized-nft 3
https://github.com/scisamir/vesting-mesh 1
https://github.com/sempruijs/learn-aiken 1
https://github.com/sergi10/aiken-workshop 14
https://github.com/shan501/take-home 1
https://github.com/shinynet/homelink-ledger 3
https://github.com/sidan-lab/aiken-content-ownership 24
https://github.com/sidan-lab/aiken-poker-game 1
https://github.com/sidan-lab/hk-developer-series-student-examples 55
https://github.com/sidan-lab/mesh-lower-level-api-demo 2
https://github.com/sidan-lab/vodka 52
https://github.com/sidan-lab/whisky 2
https://github.com/sma11world/DomSwap 3
https://github.com/smaarmstrong/1337 1
https://github.com/solidsnakedev/csa-practice-112 11
https://github.com/sonson0910/Aiken-Tutorial 27
https://github.com/sonson0910/Alpha-bid 4
https://github.com/sonson0910/Demarket-Contract 4
https://github.com/spacebudz/nebula 7
https://github.com/spacebudz/tokens 17
https://github.com/splashprotocol/splash-core 18
https://github.com/strike-finance/forwards-smart-contracts 7
https://github.com/strike-finance/options-smart-contracts 3
https://github.com/strike-finance/perpetuals-smart-contracts 16
https://github.com/strike-finance/staking-smart-contracts 6
https://github.com/t0anh/aiken-stringify 3
https://github.com/t0anh/english-auction 4
https://github.com/topdeveloper55/ada-deposit-withdraw 1
https://github.com/trwa/cardamove 6
https://github.com/tuanlahust/clmm-cardano 16
https://github.com/twwu123/cardano-learning 1
https://github.com/txpipe/asteria 21
https://github.com/txpipe/balius 4
https://github.com/vacuumlabs/cardano-ctf 31
https://github.com/vbi-academy/cardano-bootcamp 25
https://github.com/waalge/aiken-bench-comp 6
https://github.com/waalge/plutus-data 1
https://github.com/wowica/jungle_vault 3
https://github.com/youreachedrahat/Aiken-Lucid-Template 1
https://github.com/youreachedrahat/karbon 4
https://github.com/zenGate-Global/winter-cardano-contracts 4
https://github.com/zing-rsa/thread-tokens 13

Would this be sufficient to be considered popular enough 🤞?

@lildude
Copy link
Member

lildude commented Jan 7, 2025

I'll assess popularity again when I start preparing the next release which will be early March.

@KtorZ
Copy link

KtorZ commented Jan 7, 2025

Thanks for the heads up, looking forward to it 🫡

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants